projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a372959
)
Minor fix to last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 10 Aug 2006 16:07:43 +0000
(16:07 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 10 Aug 2006 16:07:43 +0000
(16:07 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index e7f5a736dedade78e65ae85fd35bbd74d7395d5d..5107ee60274e37ac3c9e68ae46757e97245fefb7 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-2575,7
+2575,7
@@
MSG is printed after `::::} '."
(overlay-arrow-string overlay-arrow-string)
(cursor-in-echo-area nil)
(default-cursor-in-non-selected-windows t)
- (unread-command-events
nil
)
+ (unread-command-events
unread-command-events
)
;; any others??
)
(if (not (buffer-name edebug-buffer))
@@
-2664,6
+2664,7
@@
MSG is printed after `::::} '."
(t (message "")))
+ (setq unread-command-events nil)
(if (eq 'after edebug-arg-mode)
(progn
;; Display result of previous evaluation.